From df471bbd48a147a6ce18ef15be2eb4bf6c7c8ec8 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 27 Mar 2007 18:49:46 +0000 Subject: [PATCH] Add a cross-configure target just so I don't have to remember that awful syntax. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index a086072bc..60f5766ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -286,6 +286,9 @@ release-rpm: # binutils, runtime, w32api, and gcc-core seem to be required. # +cross-configure: + CC=i386-mingw32-gcc LDFLAGS="-s" @srcdir@/configure --host=i386-pc-mingw32 --with-cet=all --with-expathdr=@srcdir@/mingw/include --with-libexpat=@srcdir@/mingw/lib + release-winbuild: rm -fr /tmp/gpsbabel-$(VERSIOND)-cross cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross -- 2.30.2